3.173 \(\int \frac {\tan (c+d x)}{\sqrt {a+a \sec (c+d x)}} \, dx\)

Optimal. Leaf size=31 \[ -\frac {2 \tanh ^{-1}\left (\frac {\sqrt {a \sec (c+d x)+a}}{\sqrt {a}}\right )}{\sqrt {a} d} \]

[Out]

-2*arctanh((a+a*sec(d*x+c))^(1/2)/a^(1/2))/d/a^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {3880, 63, 207} \[ -\frac {2 \tanh ^{-1}\left (\frac {\sqrt {a \sec (c+d x)+a}}{\sqrt {a}}\right )}{\sqrt {a} d} \]

Antiderivative was successfully verified.

[In]

Int[Tan[c + d*x]/Sqrt[a + a*Sec[c + d*x]],x]

[Out]

(-2*ArcTanh[Sqrt[a + a*Sec[c + d*x]]/Sqrt[a]])/(Sqrt[a]*d)

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 207

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTanh[(Rt[b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && NegQ[a/b] && (LtQ[a, 0] || GtQ[b, 0])

Rule 3880

Int[cot[(c_.) + (d_.)*(x_)]^(m_.)*(csc[(c_.) + (d_.)*(x_)]*(b_.) + (a_))^(n_), x_Symbol] :> -Dist[(d*b^(m - 1)
)^(-1), Subst[Int[((-a + b*x)^((m - 1)/2)*(a + b*x)^((m - 1)/2 + n))/x, x], x, Csc[c + d*x]], x] /; FreeQ[{a,
b, c, d, n}, x] && IntegerQ[(m - 1)/2] && EqQ[a^2 - b^2, 0] &&  !IntegerQ[n]

Rubi steps

\begin {align*} \int \frac {\tan (c+d x)}{\sqrt {a+a \sec (c+d x)}} \, dx &=\frac {\operatorname {Subst}\left (\int \frac {1}{x \sqrt {a+a x}} \, dx,x,\sec (c+d x)\right )}{d}\\ &=\frac {2 \operatorname {Subst}\left (\int \frac {1}{-1+\frac {x^2}{a}} \, dx,x,\sqrt {a+a \sec (c+d x)}\right )}{a d}\\ &=-\frac {2 \tanh ^{-1}\left (\frac {\sqrt {a+a \sec (c+d x)}}{\sqrt {a}}\right )}{\sqrt {a} d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 44, normalized size = 1.42 \[ -\frac {2 \sqrt {\sec (c+d x)+1} \tanh ^{-1}\left (\sqrt {\sec (c+d x)+1}\right )}{d \sqrt {a (\sec (c+d x)+1)}} \]

Antiderivative was successfully verified.

[In]

Integrate[Tan[c + d*x]/Sqrt[a + a*Sec[c + d*x]],x]

[Out]

(-2*ArcTanh[Sqrt[1 + Sec[c + d*x]]]*Sqrt[1 + Sec[c + d*x]])/(d*Sqrt[a*(1 + Sec[c + d*x])])

________________________________________________________________________________________

fricas [B]  time = 0.47, size = 137, normalized size = 4.42 \[ \left [\frac {\log \left (-8 \, a \cos \left (d x + c\right )^{2} + 4 \, {\left (2 \, \cos \left (d x + c\right )^{2} + \cos \left (d x + c\right )\right )} \sqrt {a} \sqrt {\frac {a \cos \left (d x + c\right ) + a}{\cos \left (d x + c\right )}} - 8 \, a \cos \left (d x + c\right ) - a\right )}{2 \, \sqrt {a} d}, \frac {\sqrt {-a} \arctan \left (\frac {2 \, \sqrt {-a} \sqrt {\frac {a \cos \left (d x + c\right ) + a}{\cos \left (d x + c\right )}} \cos \left (d x + c\right )}{2 \, a \cos \left (d x + c\right ) + a}\right )}{a d}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(d*x+c)/(a+a*sec(d*x+c))^(1/2),x, algorithm="fricas")

[Out]

[1/2*log(-8*a*cos(d*x + c)^2 + 4*(2*cos(d*x + c)^2 + cos(d*x + c))*sqrt(a)*sqrt((a*cos(d*x + c) + a)/cos(d*x +
 c)) - 8*a*cos(d*x + c) - a)/(sqrt(a)*d), sqrt(-a)*arctan(2*sqrt(-a)*sqrt((a*cos(d*x + c) + a)/cos(d*x + c))*c
os(d*x + c)/(2*a*cos(d*x + c) + a))/(a*d)]

________________________________________________________________________________________

giac [B]  time = 4.38, size = 55, normalized size = 1.77 \[ -\frac {2 \, \arctan \left (\frac {\sqrt {2} \sqrt {-a \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} + a}}{2 \, \sqrt {-a}}\right )}{\sqrt {-a} d \mathrm {sgn}\left (\tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} - 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(d*x+c)/(a+a*sec(d*x+c))^(1/2),x, algorithm="giac")

[Out]

-2*arctan(1/2*sqrt(2)*sqrt(-a*tan(1/2*d*x + 1/2*c)^2 + a)/sqrt(-a))/(sqrt(-a)*d*sgn(tan(1/2*d*x + 1/2*c)^2 - 1
))

________________________________________________________________________________________

maple [A]  time = 0.17, size = 26, normalized size = 0.84 \[ -\frac {2 \arctanh \left (\frac {\sqrt {a +a \sec \left (d x +c \right )}}{\sqrt {a}}\right )}{d \sqrt {a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tan(d*x+c)/(a+a*sec(d*x+c))^(1/2),x)

[Out]

-2*arctanh((a+a*sec(d*x+c))^(1/2)/a^(1/2))/d/a^(1/2)

________________________________________________________________________________________

maxima [A]  time = 0.61, size = 49, normalized size = 1.58 \[ \frac {\log \left (\frac {\sqrt {a + \frac {a}{\cos \left (d x + c\right )}} - \sqrt {a}}{\sqrt {a + \frac {a}{\cos \left (d x + c\right )}} + \sqrt {a}}\right )}{\sqrt {a} d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(d*x+c)/(a+a*sec(d*x+c))^(1/2),x, algorithm="maxima")

[Out]

log((sqrt(a + a/cos(d*x + c)) - sqrt(a))/(sqrt(a + a/cos(d*x + c)) + sqrt(a)))/(sqrt(a)*d)

________________________________________________________________________________________

mupad [B]  time = 1.41, size = 27, normalized size = 0.87 \[ -\frac {2\,\mathrm {atanh}\left (\frac {\sqrt {a+\frac {a}{\cos \left (c+d\,x\right )}}}{\sqrt {a}}\right )}{\sqrt {a}\,d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tan(c + d*x)/(a + a/cos(c + d*x))^(1/2),x)

[Out]

-(2*atanh((a + a/cos(c + d*x))^(1/2)/a^(1/2)))/(a^(1/2)*d)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\tan {\left (c + d x \right )}}{\sqrt {a \left (\sec {\left (c + d x \right )} + 1\right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(d*x+c)/(a+a*sec(d*x+c))**(1/2),x)

[Out]

Integral(tan(c + d*x)/sqrt(a*(sec(c + d*x) + 1)), x)

________________________________________________________________________________________